SET FOREIGN_KEY_CHECKS = 0; TRUNCATE table1;
DELETE FROM [TableName] DBCC CHECKIDENT ([TableName], RESEED, 0)